Библиотека Boost — Boost Тип библиотека (программирование) Написана на С++ ОС Кроссплатформенный Версия Boost 1.39.0 02.05.2009 … Википедия
Boost (библиотека) — Boost Тип библиотека (программирование) Написана на С++ Операционная система Кроссплатформенный Последняя версия Boo … Википедия
Boost — Тип библиотека (программирование) Написана на С++ Операционная система Кроссплатформенный Последняя версия Boost 1.52.0 (05.11.2012) … Википедия
Boost C++ Libraries — infobox software name = Boost C++ Libraries caption = Boost logo latest release version = 1.36.0 latest release date = 14 August 2008 genre = Libraries license = [http://www.boost.org/LICENSE 1 0.txt Boost Software License] website =… … Wikipedia
Basic Linear Algebra Subprograms — (BLAS) is a de facto application programming interface standard for publishing libraries to perform basic linear algebra operations such as vector and matrix multiplication. They were first published in 1979, and are used to build larger packages … Wikipedia
Basic Linear Algebra Subprograms — BLAS (англ. Basic Linear Algebra Subprograms базовые подпрограммы линейной алгебры) стандарт де факто интерфейса программирования приложений для создания библиотек, выполняющих основные операции линейной алгебры, такие как… … Википедия
Разреженная матрица — получается при использовании метода конечных элементов в двух измерениях. На картинке ненулевые элементы показаны черным … Википедия
Sparse array — In computer science, a sparse array is an array in which most of the elements have the same value (known as the default value usually 0 or null).A naive implementation of an array may allocate space for the entire array, but in the case where… … Wikipedia
LAPACK — LAPACK, the Linear Algebra PACKage, is a software library for numerical computing written in Fortran 77. It provides routines for solving systems of simultaneous linear equations, least squares solutions of linear systems of equations, eigenvalue … Wikipedia
Bayes++ — is an open source C++ library for Bayesian filtering. The library is mainly written by Michael Stevens, and is platform independent. It uses the Boost uBLAS library for matrix handling. Features * Kalman filters (Extended, Unscented and… … Wikipedia